home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / melkic.zip / EMAIL.V < prev    next >
Text File  |  1993-01-10  |  358b  |  23 lines

  1. testval $videomode = 3 vgix
  2. testval $videomode = 2 leave
  3. menu email1
  4. go leave
  5.  
  6. # vgix
  7. $symbol = 36 chr 0
  8. cls
  9. iconify
  10.  
  11. icon main 580 20 0 X "Quit to Main"
  12. icon mailboxin 20 20 0 M "Read Mail"
  13. icon mailboxout 160 20 0 Y "Mail Sent"
  14. icon writeletter 300 20 0 E "Write Email"
  15. icon multimail 440 20 0 Q "Multi-Mail"
  16.  
  17.  
  18.  
  19.  
  20. xy 1 23
  21. # leave
  22. exit
  23.